home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / gnucash / gnucash-2.6.5-setup.exe / {app} / share / themes / Nimbus-Light / gtk-2.0 / gtkrc < prev    next >
Text File  |  2009-02-04  |  1KB  |  73 lines

  1. include "iconrc"
  2.  
  3. style "default"
  4. {
  5.   bg[NORMAL]        = "#e8e9ed"
  6.   bg[PRELIGHT]      = "#e9ecf2" 
  7.   bg[SELECTED]        = "#39698a" 
  8.   bg[INSENSITIVE]   = "#efebe5" 
  9.   bg[ACTIVE]        = "#bec1c7" 
  10.  
  11.   engine "nimbus" 
  12.     {
  13.       light_theme
  14.     }
  15. }
  16.  
  17.  
  18. style "entry"  = "default"
  19. {
  20.   bg[NORMAL] = "white"
  21.   bg[INSENSITIVE] = "#dee0e5"
  22.   base[INSENSITIVE] = "#dee0e5"
  23.   base[SELECTED] = "#0e5a8f"
  24.   engine "nimbus"
  25.   {
  26.       light_theme
  27.   }
  28. }
  29.  
  30. style "scrollbar" = "default"
  31. {
  32.   GtkRange::slider_width = 13
  33.   GtkRange::stepper_size = 17
  34.   GtkScrollbar::min_slider_length = 31
  35.   GtkScale::slider-length= 14
  36. }
  37.  
  38. style "pane" = "default"
  39. {
  40.   GtkPaned::handle_size = 10
  41. }
  42.  
  43. style "menu" = "default"
  44. {
  45.   bg[NORMAL]        = "#eff0f2"
  46.   bg[PRELIGHT]      = "#39698a"
  47.   PanelMenu::stripe-enabled = FALSE
  48. }
  49.  
  50. style "PanelFrame"
  51. {
  52.   xthickness = 1
  53.   ythickness = 1
  54. }
  55.  
  56. class "Panel*" style "PanelFrame"
  57. class "PanelMenuBar" style "default"
  58. class "WnckSelector" style "default"
  59. class "GtkMenu*" style "menu"
  60. class "GtkScale" style "scrollbar"
  61. class "GtkTreeView" style "entry"
  62. class "GtkWidget" style "default"
  63. class "GtkEntry" style "entry"
  64. class "GtkScrollbar" style "scrollbar"
  65. class "GtkPaned" style "pane"
  66.  
  67. style "tips" 
  68. {
  69.   bg[NORMAL] = "#ffffcc"
  70. }
  71.  
  72. widget "gtk-tooltip*" style "tips"
  73.